Name | Description | |
---|---|---|
Fraction<T> Constructor | Overloaded. |
The following tables list the members exposed by Fraction<T>.
Name | Description | |
---|---|---|
Fraction<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Denominator | Gets or sets the denominator of the fraction. | |
Numerator | Gets or sets the numertor of the fraction. |
Addition | Defines the binary "+" operator. |
Division | Overloaded. Defines the binary "/" operator. |
Explicit Type Conversion | Overloaded. Converts the double to fraction. |
Implicit Type Conversion | Overloaded. Converts the fraction to double. |
Logical Not | Defines the "!" operator. Note: "!" is used as simplify in here. |
Multiplication | Overloaded. Defines the binary "*" operator. |
Subtraction | Defines the binary "-" operator. |
Unary Negation | Defines the unary "-" operator. |